Forgotten file
authorMatthias Clasen <mclasen@redhat.com>
Fri, 2 May 2014 00:26:40 +0000 (20:26 -0400)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:28 +0000 (19:54 +0200)
gtk/gtkbuttonprivate.h

index 67ef99c5d4d49f524506cc277c011106d640b9b5..069789a2d5c16a83aa3a2f1a964557348c1418a1 100644 (file)
@@ -20,6 +20,7 @@
 #define __GTK_BUTTON_PRIVATE_H__
 
 #include "gtkactionhelper.h"
+#include "gtkgesturesingle.h"
 #include "deprecated/gtkaction.h"
 
 G_BEGIN_DECLS
@@ -36,6 +37,8 @@ struct _GtkButtonPrivate
 
   gchar                 *label_text;
 
+  GtkGesture            *gesture;
+
   gfloat                 xalign;
   gfloat                 yalign;